@charset "utf-8";
/* header */
.header-bg{background: url(../images/public/header_bg.png) no-repeat center 54px; background-size:1920px auto;}
.header-toolbar{height: 54px; line-height: 54px; background: #F0F0F0; color: #808080; border-bottom: 1px solid #B55047;}
.header-toolbar a{color: #808080;}
.header-toolbar a:hover{color: #DB2323 !important;}
.header-toolbar li{position: relative; padding-left: 16px; float: left;}
.header-toolbar li.split:before{position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; content:''; width: 1px; height:16px; background: #808080; opacity: .46;}
.header-toolbar li.split{margin-left: 15px;}
.header-toolbar .border{height: 32px; line-height: 32px; margin-top: 11px; padding-right: 16px; margin-left: 16px; border-radius: 16px; border: 1px solid #D6D6D6;}
/* .header-toolbar li .dlHover{position: absolute;width: 74px;top: 46px;left: 16px;background: #0071bd;display: none;}
.header-toolbar li .dlHover a{    display: block;height: 30px;line-height: 30px;text-align: center;color: white;}
.header-toolbar li:hover .dlHover{display: block;} */
.header-toolbar li.dl a.loginOut-btn{margin-left: 10px;cursor: pointer;}
.header{height: 552px;}

.header-logo{clear:both; padding:125px 0 20px;position: relative;}
.header-logo img{display: block; margin: 0 auto; height: 113px;}
.header-logo::after{content: '';background: url(../images/public/ces_pic.png) no-repeat;width: 200px;height: 120px;display: none;position: absolute;right: 14%;bottom: 20px;background-size: 200px 120px;}
.header-search-box{width: 695px; margin: 0 auto; max-width: 100%;}
.header-search{ position: relative; height: 70px; box-sizing: border-box;  background: url(../images/public/header_search_bg.png) no-repeat left bottom #fff; background-size: auto 100%; border-radius: 35px; border: 2px solid #7CA5D9; padding:7px 72px 7px 88px; overflow: hidden;}
.header-search form{margin: 0; padding: 0;}
.header-search-txt{width:100%; height:52px; line-height:52px; font-size: 1.125em; border: 0; color: rgba(38, 104, 184, 1);}
.header-search-btn{ position:absolute; top: 7px; right: 10px; width:52px; height:52px;  border:0; cursor:pointer; background:url(../images/public/header_search_icon.png) no-repeat; background-size: 100% 100%; border-radius:50%; -webkit-appearance:none; transition: all .3s; -webkit-transition: all .3s;}
.header-search-txt::-webkit-input-placeholder{color: rgba(38, 104, 184, 0.5);}
.header-search-hotkeys{padding: 10px 0 0 88px; font-size: 0.9375em;}
.header-search-hotkeys a{margin-right: 8px; cursor: pointer;}

.mainnav{position: absolute; left: 0; right: 0; top: 55px; z-index: 9; height: 74px;}
.mainnav:after{content: ''; height: 1px; position: absolute; left: 0; right: 0; bottom: 0; background: #fff; opacity: 0.45;}
.mainnav li{float: left; position: relative; width: 13%;}
.mainnav li a{display:block; position: relative; line-height: 74px; font-size: 1.5em; text-align:center; font-weight: bold; color: #fff; transition: .3s all;}
.mainnav li a:after{content: ''; position: absolute; left: 0; right: 0; bottom: 0; width: 0; margin: 0 auto; height: 18px; background: url(../images/public/mainnav_aon.png) no-repeat center bottom; background-size: auto 100%; transition: .3s all;}
.mainnav li.on a{background: linear-gradient(0, rgba(42, 120, 222, 0.5) 0%, rgba(52, 137, 247, 0.01) 100%);}
.mainnav li:hover a:after, .mainnav li.on a:after{width: 100%;}
.mainnav li.nav1{width: 9%;}


/*responsive*/
@media (max-width: 1280px) {

}


@media (max-width: 1080px) {

	/*body:not(.nores) .header-toolbar .ghb{display: none;}*/
	body:not(.nores) .header-logo{padding-top: 80px; padding-bottom: 30px;}
	body:not(.nores) .header{height: 420px;}
	body:not(.nores) .mainnav{background: #2354AF; top: auto; position: static; margin-bottom: 30px;}
	body:not(.nores) .mainnav:after{display: none;}
    body:not(.nores) .mainnav li a:after{display: none;}
}

@media (max-width: 992px) {
	body:not(.nores) .mainnav{height: auto;}
	body:not(.nores) .mainnav li.on a{background: none;}
	body:not(.nores) .mainnav ul{padding:12px 0; height: auto;}
	body:not(.nores) .mainnav li{width: 25% !important; position:relative;}
	body:not(.nores) .mainnav li:after{content:""; width:1px; height:16px; background:#fff; position:absolute; top:50%; margin-top:-8px; right:0; filter:alpha(opacity=20); -moz-opacity:0.2; opacity:0.2;}
	body:not(.nores) .mainnav li a{height: 30px; overflow: hidden; padding:4px 0; height: auto; line-height:30px; font-size: 1.25em;}
	body:not(.nores) .mainnav li:nth-child(4):after, .mainnav li:nth-child(8):after{display:none;}
	body:not(.nores) .mainnav li:hover span:after, .mainnav li.on span:after{display: none;}
}


/* xs mobile*/
@media (max-width: 768px) {

	
	body:not(.nores) .header-logo::after{position: initial;}
	body:not(.nores) .header-search-hotkeys{display: none;}
	body:not(.nores) .header-search{padding-left: 20px; padding-right: 62px; height: 60px; background-color: rgba(255,255,255,.8);}
	body:not(.nores) .header-search-txt{height: 42px; line-height: 42px; background:none;}
	body:not(.nores) .header-search-btn{width: 42px; height: 42px;}

}



@media (max-width: 640px) {
	body:not(.nores) .header-logo img{height: auto; width: 490px;}
	.header-toolbar li.split{margin-left:11px;}
	body:not(.nores) .header-toolbar .ghb{display: block;float: right;
    margin-top: 0;}
	.header-toolbar li{    padding-left: 7px;}
	body:not(.nores) .header-toolbar .ipv6{display: none;}
	body:not(.nores) .header-toolbar-l{display: none;}
	body:not(.nores) .header-toolbar{height: 38px; line-height: 38px;}
	body:not(.nores).header-bg{background-position: center 38px;}
}


@media (max-width: 480px) {
	body:not(.nores) .header-logo{padding-top: 50px; padding-bottom: 20px;}
	body:not(.nores) .mainnav li a{font-size: 1.125em;}
	body:not(.nores) .header{height: auto; padding-bottom: 50px;}
	body:not(.nores).header-bg{background-size: 250% auto;}
	
}

/* @media (max-width: 375px) {
	body:not(.nores) .mainnav li{width: 33.3333% !important;}
	body:not(.nores) .mainnav li:after{display:none;}
	
} */

@media (max-width: 320px) {
	body:not(.nores) .mainnav li a{font-size: 1em;}
}
